GtkWindow: small cleanup
authorMatthias Clasen <mclasen@redhat.com>
Fri, 9 May 2014 21:13:53 +0000 (17:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 9 May 2014 21:13:53 +0000 (17:13 -0400)
commitf5e64936da893ac74882b8f221ff54fd2967c91c
treea7e3d56c13c70eca2052d4e0522aa41e9219fbf1
parentb0ace677129c7aa445ad760de6f0870381a578b1
GtkWindow: small cleanup

The window type is a construct-only property, so we should
pass it to g_object_new, not set it after the fact in the
constructor.
gtk/gtkwindow.c